Move Learn Method
@Serializable
Methods by which Pokémon can learn moves. See: https://pokeapi.co/docs/v2#move-learn-methods
Parameters
id
The identifier for this resource.
name
The name for this resource.
descriptions
The description of this resource listed in different languages.
names
The name of this resource listed in different languages.
version Groups
A list of version groups where this learn method is available.
Constructors
Link copied to clipboard
constructor(id: Int, name: String, descriptions: List<Description>, names: List<Name>, versionGroups: List<Handle.Named<VersionGroup>>)